home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000089_news@columbia.edu _Sat Mar 4 03:12:37 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id DAA13199
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 4 Mar 2000 03:12:35 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id DAA22607
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 4 Mar 2000 03:06:12 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Jay McCanta <jmccanta@Immuenx.com>
  10. Subject: bug with Echo on Solaris
  11. Message-ID: <5gg1cscs402a6k9hbu3q11qmcb1srj0fb4@4ax.com>
  12. Date: Sat, 04 Mar 2000 00:04:32 -0800
  13. To: kermit.misc@columbia.edu
  14.  
  15. I believe this is a bug.  I'm looking for workarounds / fixes /
  16. corrections.  
  17.  
  18. With a script file, like this...
  19.  
  20. echo {line one}
  21. echo {line two}
  22. set host  ts:3000
  23. echo {line three}
  24. exit
  25.  
  26.  ... I get different results.
  27.  
  28. When run from a shell (kermit + fred.ksc), all echo's are shown. 
  29.  
  30. When run with output redirected (kermit + fred.ksc >fred.lis) all
  31. echo's are shown.  
  32.  
  33. When run with detached and with output redirected
  34. (kermit + fred.ksc >fred.lis &), echos stop after the "SET HOST"
  35. command.  
  36.  
  37. Bug?  Workaround?  No, that's what's supposed to happen?
  38.  
  39. Jay McCanta
  40. Immunex Corporation